home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / wot-20080519-fx.xpi / chrome / wot.jar / content / overlay.xul < prev    next >
Extensible Markup Language  |  2008-05-17  |  21KB  |  467 lines

  1. <?xml version="1.0"?>
  2. <!-- Copyright ⌐ 2005, 2006, 2007, 2008  Against Intuition, Inc. <info@mywot.com> -->
  3.  
  4. <!DOCTYPE window SYSTEM "chrome://wot/locale/wot.dtd">
  5.  
  6. <?xml-stylesheet href="chrome://wot/skin/wot.css" type="text/css"?>
  7.  
  8. <overlay id="wot-overlay"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11.     <!-- First -->
  12.     <script type="application/x-javascript" src="chrome://wot/content/config.js"/>
  13.     <script type="application/x-javascript" src="chrome://wot/content/storage.js"/>
  14.     <!-- No other dependencies -->
  15.     <script type="application/x-javascript" src="chrome://wot/content/cache.js"/>
  16.     <script type="application/x-javascript" src="chrome://wot/content/commands.js"/>
  17.     <script type="application/x-javascript" src="chrome://wot/content/util.js"/>
  18.     <script type="application/x-javascript" src="chrome://wot/content/crypto.js"/>
  19.     <script type="application/x-javascript" src="chrome://wot/content/css.js"/>
  20.     <script type="application/x-javascript" src="chrome://wot/content/idn.js"/>
  21.     <script type="application/x-javascript" src="chrome://wot/content/pending.js"/>
  22.     <!-- Before prefs -->
  23.     <script type="application/x-javascript" src="chrome://wot/content/ui.js"/>
  24.     <script type="application/x-javascript" src="chrome://wot/content/prefs.js"/>
  25.     <!-- After prefs -->
  26.     <script type="application/x-javascript" src="chrome://wot/content/my.js"/>
  27.     <script type="application/x-javascript" src="chrome://wot/content/warning.js"/>
  28.     <script type="application/x-javascript" src="chrome://wot/content/update.js"/>
  29.     <script type="application/x-javascript" src="chrome://wot/content/status.js"/>
  30.     <script type="application/x-javascript" src="chrome://wot/content/popup.js"/>
  31.     <script type="application/x-javascript" src="chrome://wot/content/search.js"/>
  32.     <script type="application/x-javascript" src="chrome://wot/content/settings.js"/>
  33.     <script type="application/x-javascript" src="chrome://wot/content/cookies.js"/>
  34.     <script type="application/x-javascript" src="chrome://wot/content/api/link.js"/>
  35.     <script type="application/x-javascript" src="chrome://wot/content/api/query.js"/>
  36.     <script type="application/x-javascript" src="chrome://wot/content/api/register.js"/>
  37.     <script type="application/x-javascript" src="chrome://wot/content/api/reload.js"/>
  38.     <script type="application/x-javascript" src="chrome://wot/content/api/submit.js"/>
  39.     <script type="application/x-javascript" src="chrome://wot/content/api/update.js"/>
  40.     <script type="application/x-javascript" src="chrome://wot/content/firstrun.js"/>
  41.     <script type="application/x-javascript" src="chrome://wot/content/extapi.js"/>
  42.     <!-- Last -->
  43.     <script type="application/x-javascript" src="chrome://wot/content/core.js"/>
  44.  
  45.     <stringbundleset id="stringbundleset">
  46.         <stringbundle id="wot-strings" src="chrome://wot/locale/wot.properties"/>
  47.     </stringbundleset>
  48.  
  49.     <commandset id="mainCommandSet">
  50.         <command id="wot-command-enabled"
  51.             oncommand="wot_commands.enabled();"/>
  52.         <command id="wot-command-refresh"
  53.             oncommand="wot_commands.refresh();"/>
  54.         <command id="wot-command-preferences"
  55.             oncommand="wot_commands.preferences();"/>
  56.         <command id="wot-command-testify-5"
  57.             oncommand="wot_commands.quicktestify(WOT_TESTIMONY_QUICK_5);"/>
  58.         <command id="wot-command-testify-4"
  59.             oncommand="wot_commands.quicktestify(WOT_TESTIMONY_QUICK_4);"/>
  60.         <command id="wot-command-testify-3"
  61.             oncommand="wot_commands.quicktestify(WOT_TESTIMONY_QUICK_3);"/>
  62.         <command id="wot-command-testify-2"
  63.             oncommand="wot_commands.quicktestify(WOT_TESTIMONY_QUICK_2);"/>
  64.         <command id="wot-command-testify-1"
  65.             oncommand="wot_commands.quicktestify(WOT_TESTIMONY_QUICK_1);"/>
  66.         <command id="wot-command-my"
  67.             oncommand="wot_commands.my();"/>
  68.     </commandset>
  69.  
  70.     <popupset id="mainPopupSet">
  71.         <!-- Testimony window -->
  72.         <popup id="wot-popup" noautohide="true" position="after_start"
  73.             onpopupshowing="wot_core.update();"
  74.             onpopuphiding="wot_events.hide_popup();"
  75.             onmouseup="wot_events.slider_up(event, -1);">
  76.             <vbox id="wot-elements">
  77.                 <!-- header -->
  78.                 <hbox id="wot-header">
  79.                     <box id="wot-header-logo"
  80.                         onclick="wot_events.click_logo(event);"/>
  81.                     <hbox id="wot-header-links">
  82.                         <label id="wot-header-link-0" class="wot-header-link"
  83.                             value="&wotRating.prefs;"
  84.                             onclick="wot_events.click_prefs(event);"/>
  85.                         <box id="wot-header-link-separator"/>
  86.                         <label id="wot-header-link-0" class="wot-header-link"
  87.                             value="&wotRating.guide;"
  88.                             onclick="wot_events.click_guide(event);"/>
  89.                     </hbox>
  90.                     <box id="wot-header-button" onclick="wot_events.popup_hide();"/>
  91.                 </hbox>
  92.                 <!-- title -->
  93.                 <vbox id="wot-title">
  94.                     <label id="wot-title-text" crop="center" value="&wotRating.title;"
  95.                         onclick="wot_events.click_title(event);"/>
  96.                 </vbox>
  97.                 <!-- rating header -->
  98.                 <hbox id="wot-rating-header">
  99.                     <label id="wot-rating-header-wot" crop="end" value="&wotRating.wot;"/>
  100.                     <label id="wot-rating-header-my" crop="end" value="&wotRating.my;"/>
  101.                 </hbox>
  102.                 <!-- rating 0 -->
  103.                 <box id="wot-rating-border-0" class="wot-rating-border"/>
  104.                 <vbox id="wot-rating-0" class="wot-rating">
  105.                     <label id="wot-rating-0-header" class="wot-rating-header" crop="end"
  106.                         value="&wotRating.app0;"/>
  107.                     <hbox id="wot-rating-0-data" class="wot-rating-data">
  108.                         <box id="wot-rating-0-reputation" class="wot-rating-reputation"/>
  109.                         <box id="wot-rating-0-confidence" class="wot-rating-confidence"/>
  110.                         <vbox id="wot-rating-0-testimony" class="wot-rating-testimony">
  111.                             <stack id="wot-rating-0-stack" class="wot-rating-stack"
  112.                                 onmousedown="wot_events.slider_down(event, 0);"
  113.                                 onmouseup="wot_events.slider_up(event, 0);"
  114.                                 onmousemove="wot_events.slider_move(event, 0);">
  115.                                 <box id="wot-rating-0-slider" class="wot-rating-slider"
  116.                                     onmousedown="wot_events.slider_down(event, 0);"
  117.                                     onmouseup="wot_events.slider_up(event, 0);"
  118.                                     onmousemove="wot_events.slider_move(event, 0);"/>
  119.                                 <box id="wot-rating-0-indicator" class="wot-rating-indicator"
  120.                                     onmousedown="wot_events.slider_down(event, 0);"
  121.                                     onmouseup="wot_events.slider_up(event, 0);"
  122.                                     onmousemove="wot_events.slider_move(event, 0);"/>
  123.                             </stack>
  124.                             <hbox id="wot-rating-0-help" class="wot-rating-help">
  125.                                 <label id="wot-rating-0-help-text" class="wot-rating-help-text" crop="end"/>
  126.                                 <label id="wot-rating-0-help-link" class="wot-rating-help-link" crop="end"
  127.                                     onclick="wot_events.click_help(event, 0);"/>
  128.                             </hbox>
  129.                         </vbox>
  130.                     </hbox>
  131.                 </vbox>
  132.                 <!-- rating 1 -->
  133.                 <box id="wot-rating-border-1" class="wot-rating-border"/>
  134.                 <vbox id="wot-rating-1" class="wot-rating">
  135.                     <label id="wot-rating-1-header" class="wot-rating-header" crop="end"
  136.                         value="&wotRating.app1;"/>
  137.                     <hbox id="wot-rating-1-data" class="wot-rating-data">
  138.                         <box id="wot-rating-1-reputation" class="wot-rating-reputation"/>
  139.                         <box id="wot-rating-1-confidence" class="wot-rating-confidence"/>
  140.                         <vbox id="wot-rating-1-testimony" class="wot-rating-testimony">
  141.                             <stack id="wot-rating-1-stack" class="wot-rating-stack"
  142.                                 onmousedown="wot_events.slider_down(event, 1);"
  143.                                 onmouseup="wot_events.slider_up(event, 1);"
  144.                                 onmousemove="wot_events.slider_move(event, 1);">
  145.                                 <box id="wot-rating-1-slider" class="wot-rating-slider"
  146.                                     onmousedown="wot_events.slider_down(event, 1);"
  147.                                     onmouseup="wot_events.slider_up(event, 1);"
  148.                                     onmousemove="wot_events.slider_move(event, 1);"/>
  149.                                 <box id="wot-rating-1-indicator" class="wot-rating-indicator"
  150.                                     onmousedown="wot_events.slider_down(event, 1);"
  151.                                     onmouseup="wot_events.slider_up(event, 1);"
  152.                                     onmousemove="wot_events.slider_move(event, 1);"/>
  153.                             </stack>
  154.                             <hbox id="wot-rating-1-help" class="wot-rating-help">
  155.                                 <label id="wot-rating-1-help-text" class="wot-rating-help-text" crop="end"/>
  156.                                 <label id="wot-rating-1-help-link" class="wot-rating-help-link" crop="end"
  157.                                     onclick="wot_events.click_help(event, 1);"/>
  158.                             </hbox>
  159.                         </vbox>
  160.                     </hbox>
  161.                 </vbox>
  162.                 <!-- rating 2 -->
  163.                 <box id="wot-rating-border-2" class="wot-rating-border"/>
  164.                 <vbox id="wot-rating-2" class="wot-rating">
  165.                     <label id="wot-rating-2-header" class="wot-rating-header" crop="end"
  166.                         value="&wotRating.app2;"/>
  167.                     <hbox id="wot-rating-2-data" class="wot-rating-data">
  168.                         <box id="wot-rating-2-reputation" class="wot-rating-reputation"/>
  169.                         <box id="wot-rating-2-confidence" class="wot-rating-confidence"/>
  170.                         <vbox id="wot-rating-2-testimony" class="wot-rating-testimony">
  171.                             <stack id="wot-rating-2-stack" class="wot-rating-stack"
  172.                                 onmousedown="wot_events.slider_down(event, 2);"
  173.                                 onmouseup="wot_events.slider_up(event, 2);"
  174.                                 onmousemove="wot_events.slider_move(event, 2);">
  175.                                 <box id="wot-rating-2-slider" class="wot-rating-slider"
  176.                                     onmousedown="wot_events.slider_down(event, 2);"
  177.                                     onmouseup="wot_events.slider_up(event, 2);"
  178.                                     onmousemove="wot_events.slider_move(event, 2);"/>
  179.                                 <box id="wot-rating-2-indicator" class="wot-rating-indicator"
  180.                                     onmousedown="wot_events.slider_down(event, 2);"
  181.                                     onmouseup="wot_events.slider_up(event, 2);"
  182.                                     onmousemove="wot_events.slider_move(event, 2);"/>
  183.                             </stack>
  184.                             <hbox id="wot-rating-2-help" class="wot-rating-help">
  185.                                 <label id="wot-rating-2-help-text" class="wot-rating-help-text" crop="end"/>
  186.                                 <label id="wot-rating-2-help-link" class="wot-rating-help-link" crop="end"
  187.                                     onclick="wot_events.click_help(event, 2);"/>
  188.                             </hbox>
  189.                         </vbox>
  190.                     </hbox>
  191.                 </vbox>
  192.                 <!-- rating 4 -->
  193.                 <box id="wot-rating-border-4" class="wot-rating-border"/>
  194.                 <vbox id="wot-rating-4" class="wot-rating">
  195.                     <label id="wot-rating-4-header" class="wot-rating-header" crop="end"
  196.                         value="&wotRating.app4;"/>
  197.                     <hbox id="wot-rating-4-data" class="wot-rating-data">
  198.                         <box id="wot-rating-4-reputation" class="wot-rating-reputation"/>
  199.                         <box id="wot-rating-4-confidence" class="wot-rating-confidence"/>
  200.                         <vbox id="wot-rating-4-testimony" class="wot-rating-testimony">
  201.                             <stack id="wot-rating-4-stack" class="wot-rating-stack"
  202.                                 onmousedown="wot_events.slider_down(event, 4);"
  203.                                 onmouseup="wot_events.slider_up(event, 4);"
  204.                                 onmousemove="wot_events.slider_move(event, 4);">
  205.                                 <box id="wot-rating-4-slider" class="wot-rating-slider"
  206.                                     onmousedown="wot_events.slider_down(event, 4);"
  207.                                     onmouseup="wot_events.slider_up(event, 4);"
  208.                                     onmousemove="wot_events.slider_move(event, 4);"/>
  209.                                 <box id="wot-rating-4-indicator" class="wot-rating-indicator"
  210.                                     onmousedown="wot_events.slider_down(event, 4);"
  211.                                     onmouseup="wot_events.slider_up(event, 4);"
  212.                                     onmousemove="wot_events.slider_move(event, 4);"/>
  213.                             </stack>
  214.                             <hbox id="wot-rating-4-help" class="wot-rating-help">
  215.                                 <label id="wot-rating-4-help-text" class="wot-rating-help-text" crop="end"/>
  216.                                 <label id="wot-rating-4-help-link" class="wot-rating-help-link" crop="end"
  217.                                     onclick="wot_events.click_help(event, 4);"/>
  218.                             </hbox>
  219.                         </vbox>
  220.                     </hbox>
  221.                 </vbox>
  222.                 <!-- scorecard -->
  223.                 <vbox id="wot-scorecard">
  224.                     <vbox id="wot-scorecard-content"
  225.                         onclick="wot_events.click_scorecard(event, false);">
  226.                         <label id="wot-scorecard-visit" class="wot-scorecard-text" crop="end"
  227.                             value="&wotRating.scorecard;"/>
  228.                         <box id="wot-scorecard-comment-container">
  229.                             <label id="wot-scorecard-comment" class="wot-scorecard-text" crop="end"
  230.                                 value="&wotRating.comment;"
  231.                                 onmouseover="document.getElementById('wot-scorecard-visit').setAttribute('inactive', true);"
  232.                                 onmouseout="document.getElementById('wot-scorecard-visit').removeAttribute('inactive');"
  233.                                 onclick="wot_events.click_scorecard(event, true);"/>
  234.                         </box>
  235.                     </vbox>
  236.                 </vbox>
  237.                 <!-- user 0 -->
  238.                 <vbox id="wot-user-0" class="wot-user" hidden="true">
  239.                     <hbox id="wot-user-0-content" class="wot-user-content">
  240.                         <vbox id="wot-user-0-stack" class="wot-user-stack">
  241.                             <label id="wot-user-0-header" class="wot-user-header" crop="end"/>
  242.                             <hbox id="wot-user-0-bar" class="wot-user-bar">
  243.                                 <box id="wot-user-0-bar-image" class="wot-user-bar-image"/>
  244.                                 <label id="wot-user-0-bar-text" class="wot-user-bar-text" crop="end"/>
  245.                             </hbox>
  246.                         </vbox>
  247.                         <box id="wot-user-0-text-container" class="wot-user-text-container">
  248.                             <label id="wot-user-0-text" class="wot-user-text" crop="end"
  249.                                 onclick="wot_events.click_user(event, 0);"/>
  250.                         </box>
  251.                     </hbox>
  252.                     <label id="wot-user-0-notice" class="wot-user-notice" crop="end"/>
  253.                 </vbox>
  254.                 <!-- user 1 -->
  255.                 <vbox id="wot-user-1" class="wot-user" hidden="true">
  256.                     <hbox id="wot-user-1-content" class="wot-user-content">
  257.                         <vbox id="wot-user-1-stack" class="wot-user-stack">
  258.                             <label id="wot-user-1-header" class="wot-user-header" crop="end"/>
  259.                             <hbox id="wot-user-1-bar" class="wot-user-bar">
  260.                                 <box id="wot-user-1-bar-image" class="wot-user-bar-image"/>
  261.                                 <label id="wot-user-1-bar-text" class="wot-user-bar-text" crop="end"/>
  262.                             </hbox>
  263.                         </vbox>
  264.                         <box id="wot-user-1-text-container" class="wot-user-text-container">
  265.                             <label id="wot-user-1-text" class="wot-user-text" crop="end"
  266.                                 onclick="wot_events.click_user(event, 1);"/>
  267.                         </box>
  268.                     </hbox>
  269.                     <label id="wot-user-1-notice" class="wot-user-notice" crop="end"/>
  270.                 </vbox>
  271.                 <!-- user 2 -->
  272.                 <vbox id="wot-user-2" class="wot-user" hidden="true">
  273.                     <hbox id="wot-user-2-content" class="wot-user-content">
  274.                         <vbox id="wot-user-2-stack" class="wot-user-stack">
  275.                             <label id="wot-user-2-header" class="wot-user-header" crop="end"/>
  276.                             <hbox id="wot-user-2-bar" class="wot-user-bar">
  277.                                 <box id="wot-user-2-bar-image" class="wot-user-bar-image"/>
  278.                                 <label id="wot-user-2-bar-text" class="wot-user-bar-text" crop="end"/>
  279.                             </hbox>
  280.                         </vbox>
  281.                         <box id="wot-user-2-text-container" class="wot-user-text-container">
  282.                             <label id="wot-user-2-text" class="wot-user-text" crop="end"
  283.                                 onclick="wot_events.click_user(event, 2);"/>
  284.                         </box>
  285.                     </hbox>
  286.                     <label id="wot-user-2-notice" class="wot-user-notice" crop="end"/>
  287.                 </vbox>
  288.                 <!-- message -->
  289.                 <hbox id="wot-message" hidden="true"
  290.                         onclick="return wot_events.click_message(event);">
  291.                     <description id="wot-message-text" crop="end">
  292.                     </description>
  293.                 </hbox>
  294.                 <!-- update -->
  295.                 <vbox id="wot-update" hidden="true">
  296.                     <label id="wot-update-text" crop="end"
  297.                         onclick="return wot_events.click_update(event);"
  298.                         value="&wotRating.update;"/>
  299.                 </vbox>
  300.             </vbox>
  301.         </popup>
  302.  
  303.         <!-- Indicator tooltip -->
  304.         <tooltip id="wot-tooltip"
  305.             onpopupshowing="return wot_commands.tooltip_update(document.tooltipNode);">
  306.             <label id="wot-tooltip-text" value="&wotRating.title;" crop="center"/>
  307.         </tooltip>
  308.  
  309.         <!-- Indicator menu -->
  310.         <!-- XXX: shouldn't need onpopupshowing, but checkmarks aren't shown otherwise -->
  311.         <popup id="wot-context-indicator"
  312.             onpopupshowing="wot_commands.update('indicator');">
  313.             <menuitem id="wot-indicator-refresh"
  314.                 label="&wotRefresh.label;"
  315.                 accesskey="&wotRefresh.accesskey;"
  316.                 command="wot-command-refresh"/>
  317.             <menuseparator/>
  318.             <menuitem id="wot-indicator-testify-5"
  319.                 label="&wotTestify5.label;"
  320.                 accesskey="&wotTestify5.accesskey;"
  321.                 type="radio"
  322.                 name="wot-indicator-quicktestify"
  323.                 command="wot-command-testify-5"/>
  324.             <menuitem id="wot-indicator-testify-4"
  325.                 label="&wotTestify4.label;"
  326.                 accesskey="&wotTestify4.accesskey;"
  327.                 type="radio"
  328.                 name="wot-indicator-quicktestify"
  329.                 command="wot-command-testify-4"/>
  330.             <menuitem id="wot-indicator-testify-3"
  331.                 label="&wotTestify3.label;"
  332.                 accesskey="&wotTestify3.accesskey;"
  333.                 type="radio"
  334.                 name="wot-indicator-quicktestify"
  335.                 command="wot-command-testify-3"/>
  336.             <menuitem id="wot-indicator-testify-2"
  337.                 label="&wotTestify2.label;"
  338.                 accesskey="&wotTestify2.accesskey;"
  339.                 type="radio"
  340.                 name="wot-indicator-quicktestify"
  341.                 command="wot-command-testify-2"/>
  342.             <menuitem id="wot-indicator-testify-1"
  343.                 label="&wotTestify1.label;"
  344.                 accesskey="&wotTestify1.accesskey;"
  345.                 type="radio"
  346.                 name="wot-indicator-quicktestify"
  347.                 command="wot-command-testify-1"/>
  348.             <menuseparator/>
  349.             <menuitem label="&wotMy.label;"
  350.                 accesskey="&wotMy.accesskey;"
  351.                 command="wot-command-my"/>
  352.             <menuitem label="&wotPreferences.label;"
  353.                 accesskey="&wotPreferences.accesskey;"
  354.                 command="wot-command-preferences"/>
  355.             <menuseparator/>
  356.             <menuitem id="wot-indicator-enabled"
  357.                 label="&wotEnabled.label;"
  358.                 accesskey="&wotEnabled.accesskey;"
  359.                 type="checkbox"
  360.                 command="wot-command-enabled"/>
  361.         </popup>
  362.     </popupset>
  363.  
  364.     <!-- Browser content area menu -->
  365.     <!--<popup id="contentAreaContextMenu">
  366.         <menu id="wot-context-content" insertafter="context-bookmarkpage"
  367.             label="&wotContent.label;" accesskey="&wotContent.accesskey;">
  368.             <menupopup id="wot-content-popup">
  369.                 <menuitem label="&wotTestify5.label;"
  370.                     accesskey="&wotTestify5.accesskey;"
  371.                     type="radio"
  372.                     name="wot-content-quicktestify"
  373.                     command="wot-command-testify-5"/>
  374.                 <menuitem label="&wotTestify4.label;"
  375.                     accesskey="&wotTestify4.accesskey;"
  376.                     type="radio"
  377.                     name="wot-content-quicktestify"
  378.                     command="wot-command-testify-4"/>
  379.                 <menuitem label="&wotTestify3.label;"
  380.                     accesskey="&wotTestify3.accesskey;"
  381.                     type="radio"
  382.                     name="wot-content-quicktestify"
  383.                     command="wot-command-testify-3"/>
  384.                 <menuitem label="&wotTestify2.label;"
  385.                     accesskey="&wotTestify2.accesskey;"
  386.                     type="radio"
  387.                     name="wot-content-quicktestify"
  388.                     command="wot-command-testify-2"/>
  389.                 <menuitem label="&wotTestify1.label;"
  390.                     accesskey="&wotTestify1.accesskey;"
  391.                     type="radio"
  392.                     name="wot-content-quicktestify"
  393.                     command="wot-command-testify-1"/>
  394.                 <menuseparator/>
  395.                 <menuitem label="&wotMy.label;"
  396.                     accesskey="&wotMy.accesskey;"
  397.                     command="wot-command-my"/>
  398.                 <menuitem label="&wotPreferences.label;"
  399.                     accesskey="&wotPreferences.accesskey;"
  400.                     command="wot-command-preferences"/>
  401.                 <menuseparator/>
  402.                 <menuitem label="&wotEnabled.label;"
  403.                     accesskey="&wotEnabled.accesskey;"
  404.                     type="checkbox"
  405.                     command="wot-command-enabled"/>
  406.             </menupopup>
  407.         </menu>
  408.     </popup>-->
  409.  
  410.     <!-- Tools menu -->
  411.     <menupopup id="menu_ToolsPopup">
  412.         <menu id="wot-context-tools" insertbefore="devToolsSeparator"
  413.             label="&wotContent.label;">
  414.             <menupopup id="wot-tools-popup">
  415.                 <menuitem label="&wotMy.label;"
  416.                     accesskey="&wotMy.accesskey;"
  417.                     command="wot-command-my"/>
  418.                 <menuitem label="&wotPreferences.label;"
  419.                     accesskey="&wotPreferences.accesskey;"
  420.                     command="wot-command-preferences"/>
  421.                 <menuseparator/>
  422.                 <menuitem label="&wotTestify5.label;"
  423.                     accesskey="&wotTestify5.accesskey;"
  424.                     type="radio"
  425.                     name="wot-tools-quicktestify"
  426.                     command="wot-command-testify-5"/>
  427.                 <menuitem label="&wotTestify4.label;"
  428.                     accesskey="&wotTestify4.accesskey;"
  429.                     type="radio"
  430.                     name="wot-tools-quicktestify"
  431.                     command="wot-command-testify-4"/>
  432.                 <menuitem label="&wotTestify3.label;"
  433.                     accesskey="&wotTestify3.accesskey;"
  434.                     type="radio"
  435.                     name="wot-tools-quicktestify"
  436.                     command="wot-command-testify-3"/>
  437.                 <menuitem label="&wotTestify2.label;"
  438.                     accesskey="&wotTestify2.accesskey;"
  439.                     type="radio"
  440.                     name="wot-tools-quicktestify"
  441.                     command="wot-command-testify-2"/>
  442.                 <menuitem label="&wotTestify1.label;"
  443.                     accesskey="&wotTestify1.accesskey;"
  444.                     type="radio"
  445.                     name="wot-tools-quicktestify"
  446.                     command="wot-command-testify-1"/>
  447.                 <menuseparator/>
  448.                 <menuitem label="&wotEnabled.label;"
  449.                     accesskey="&wotEnabled.accesskey;"
  450.                     type="checkbox"
  451.                     command="wot-command-enabled"/>
  452.             </menupopup>
  453.         </menu>
  454.     </menupopup>
  455.  
  456.     <!-- Toolbar indicator -->
  457.     <toolbarpalette id="BrowserToolbarPalette">
  458.         <toolbarbutton id="wot-button"
  459.             class="toolbarbutton-1"
  460.             label="&wot.label;"
  461.             popup="wot-popup"
  462.             context="wot-context-indicator"
  463.             tooltip="wot-tooltip"
  464.             insertbefore="urlbar-container"/>
  465.     </toolbarpalette>
  466. </overlay>
  467.